バージョン

OlapElementCollection<T> コンストラクタ

OlapElementCollection<T> クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal list As IList(Of T) _
)
public OlapElementCollection<T>( 
   IList<T> list
)

パラメータ

list
ラップするコレクション。
参照